-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
There's a backport available here: https://pypi.python.org/pypi/enum34 Can you add that as a dependency? |
@aronasorman thanks for finding that, adding! Looks good, since it's pure python.. |
Tests now pass in Python 3.4 |
Seems we now have |
@benjaoming hmm it's probably been renamed between python 2 vs. python 3. Let me check the name |
Yup, it's called |
@aronasorman added 3 missing |
Apparently, in Py2, |
@aronasorman sorry I can't pursue the Py2 stuff any further. The PR is growing too much :) I recommend that you use logging outputs in tests and add There are some threads/queues that never join, and then the following error that I think you'd be better at debuggin :)
|
deps = | ||
-r{toxinidir}/requirements.txt | ||
commands = | ||
py.test --cov=src/barbequeue --color=no {posargs} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Sorry, didn't think you'd be up this early so I wasn't really clear about the other PR..
I'm doing some more improvisation...
3.4and pypy brokenscheduler
andstorage
don't have__init__.py
files to make them packages